Add walltime support for vitest plugin#49
Merged
GuillaumeLagrange merged 5 commits intomainfrom Aug 19, 2025
Merged
Conversation
124dd9a to
b3ebc91
Compare
CodSpeed WallTime Performance ReportMerging #49 will degrade performances by 14.29%Comparing Summary
Benchmarks breakdown
|
CodSpeed Instrumentation Performance ReportMerging #49 will degrade performances by 66.79%Comparing Summary
Benchmarks breakdown
|
85f6528 to
7a1c502
Compare
1944230 to
022c470
Compare
7a1c502 to
8245f30
Compare
8245f30 to
fc28669
Compare
7b3194b to
3086a30
Compare
a1527d5 to
56710b1
Compare
3086a30 to
940276b
Compare
9b6bc65 to
e074ae9
Compare
940276b to
bfb95e2
Compare
2ad03f2 to
0f4ab29
Compare
0f4ab29 to
c9d2169
Compare
adriencaccia
approved these changes
Jul 30, 2025
Base automatically changed from
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
to
main
August 19, 2025 10:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code is functional barring one issue: timing sleep benchmarks have some very low outliers min value (microseconds when waiting multiple miliseconds)
This appear to be the case when running vitest benches with the default runner, so not sure how we should behave here
Reproduced